Welcome![Sign In][Sign Up]
Location:
Search - C-C method matlab

Search list

[Windows Develop调用matlab函数的代码.ZIP

Description: C#调用matlab6.5.1函数的方法-the method of calling functions of matlab 6.5.1 with csharp
Platform: | Size: 1024 | Author: 邹锐 | Hits:

[Graph Recognizec第二章 matlab语言基础h2

Description: 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to delete all current lines, retaining only chip targets
Platform: | Size: 8192 | Author: 肖雷 | Hits:

[matlabvcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 41984 | Author: 林林 | Hits:

[VC/MFCmatlab+vc+network

Description: 介绍了用vc++调用matlab引擎库函数的方法,利用这种方法在应用软件开发过程中既能发挥vc++强大的界面开发功能,又充分利用了matlab的复杂运算和处理能力,并把这一技术应用于神经网络程序的设计,取得了很好的效果。-Introduction by vc++ Call matlab engine library function, using this method in the application of the software development process can play vc++ Powerful interface development function, matlab full advantage of the complexity of computing and processing capability, and the technology used in neural network design process, and achieved very good results.
Platform: | Size: 86016 | Author: luhui | Hits:

[matlablyapunov

Description: 用C-C时间序列插入构造李亚普诺夫计算方法-Time series with CC Insert method of calculating Lyapunov structure
Platform: | Size: 2048 | Author: 严立铖 | Hits:

[Special Effectstan

Description: 图像分割,具体算法参考一下论文 Zhi-Gang Tan, Xiao-Chen Heand Nelson H. C. Yung A Novel Merging Criterion Incorporating Boundary Smoothness and Region Homogeneity for Image Segmentation-Abstract A novel joint region merging criterion combining region homo-geneity and boundary smoothness is proposed. Previous watershed segmentation method which utilizes region homogeneity or edge integrity or both gives good results in some cases. However, for complex scenes such as images of a vehicle with irregular roadside objects reflected on the window panes, it tends to give undesired segmentation results with region boundaries not residing on real physical boundaries. Aiming at improving the segmentation of these complex scenes, we propose the incorporation of an additional measure of boundary smoothness into a new joint criterion. Based on this, an affine transform invariant measure of the smoothness of boundaries is developed, which is the equivalent width of the energy distribution function over frequencies, obtained from Fourier descriptors of the boundary. Experimental results and evaluation are presented in this paper to demonstrate the merits of the proposed method. Key
Platform: | Size: 9216 | Author: Jack Tan | Hits:

[AlgorithmSusanC.Hagness3D-FDTD-matlab

Description: Susan C. Hagness关于时域差分法计算电磁散射的三维matlab程序-Susan C. Hagness on the time-domain difference method matlab procedures for three-dimensional electromagnetic scattering
Platform: | Size: 6144 | Author: 颜颜 | Hits:

[matlabC_C

Description: 用c-c方法求相空间重构,计算关联积分时间延迟的程序设计-With the cc method, to calculate phase-space reconstruction to calculate the time delay associated with integration of program design
Platform: | Size: 3072 | Author: ping | Hits:

[matlabC

Description: 运用迭代法计算信道容量,MATLAB语言,输入参数:先验概率矩阵,输出:信道容量。-The use of iterative method to calculate the channel capacity, MATLAB language, input parameters: a priori probability matrix, the output: channel capacity.
Platform: | Size: 1024 | Author: gechengwei | Hits:

[OtherMATLAB7X

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version and other languages mixed programming method. Included in MATLAB, on paper import and export data in Windows and Linux Development C/C++ language MEX files in Windows and Linux development FORTRAN language MEX files in MATLAB, using dynamic link library file in C/C++ language call the MATLAB engine using MATLAB compiler, and how C/C++ programs compiled using mcc library functions in C++ program using the MATLAB-COM compiler generated COM components. This book can serve as the engineering colleges and universities teaching reference books, the vast number of scientific and technological workers essential reference book.
Platform: | Size: 14916608 | Author: 称臣 | Hits:

[2D Graphicc.tar

Description: 总变分(TV) 图像复原模型的C语言源码. 使用C语言与Matlab 混合编程. 主要计算由C语言完成. 图像的读, 输出由Matlab实现. 包含梯度下降流法, Chambolle对偶法, 交替半二次型算法 固定点线性迭代算法等.-Total Variation (TV) image restoration model of C language source code. Using the C language and Matlab mixed programming. Mainly calculated by the C language completed. Image reading, the output from the Matlab implementation. Including gradient descent flow method, Chambolle dual methods, alternating semi- fixed-point algorithm for linear quadratic iterative algorithm and so on.
Platform: | Size: 19456 | Author: 陈云川 | Hits:

[Software EngineeringMatlab-cPP

Description: ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 -Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms of mixed programming between them, and given the mixed programming methods and steps under specific conditions. The examples show that the proposed Matlab and C/C++ hybrid programming method is simple, effective. More Restore
Platform: | Size: 145408 | Author: 学文 | Hits:

[matlabC-C-Method

Description: 这是一个matlab程序,介绍的是用CC方法重构Lorenz系统的相空间-This is a matlab program, introduced with CC method reconstruction phase space of the Lorenz system
Platform: | Size: 6144 | Author: wangguan | Hits:

[matlabc-c-method

Description: 基于matlab的C-C法求相空间重构,重构相空间代码-phase space reconstruction
Platform: | Size: 1024 | Author: xiaofeng | Hits:

[Mathimatics-Numerical algorithmsC-C

Description: 自己整理的CC方法以及算法的原文,已经测试过,可以运行。(CC method together with origin literature, and the algorithm has been tested.)
Platform: | Size: 374784 | Author: Drming | Hits:

[source in ebookVisual C++数字图像处理技术详解(源代码)

Description: 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像处理的程序设计技术。(These are source codes of "Visual C++ digital image processing technology". "Visual C++ digital image processing technology" is the main line to the digital image processing technology, a comprehensive introduction to the design method of digital image processing program in Visual C++ environment. Covers digital image transformation, enhancement, restoration, reconstruction, morphological processing, segmentation, matching, encoding, compression effects processing, basic principle, various methods are typical algorithms, Visual C++ source code and application case. At the same time, "Visual C++ digital image processing technology" detailed explanation also introduced Visual C++ and VTK, OpenCV and MATLAB and other development platform combined with digital image processing program design technology.)
Platform: | Size: 9137152 | Author: sorra | Hits:

[Documents精通Matlab与C C++ 混合程序设计 第2版

Description: 改文档详细介绍MATLAB与C++混合编程的方法,环境设置,内容简洁详细,是入手新生非常有用的资料(Change the document in detail MATLAB and C++ mixed programming method, environment settings, concise and detailed content, is a very useful information to start new students)
Platform: | Size: 28462080 | Author: 陈铿 | Hits:

[Booksmatlab接口资料

Description: matlab和c++的一些文章资料,主要包含了。matlab和c++的接口方法(Some of the articles on MATLAB and c++ are mainly included. The interface method of MATLAB and c++)
Platform: | Size: 783360 | Author: Gui~ | Hits:

[Otherc-c算法计算时间tau

Description: 在混沌时间序列方法进行风电功率预测用C-C算法tau时间(C-C algorithm tau time for wind power prediction using chaotic time series method)
Platform: | Size: 15360 | Author: 叶子1213 | Hits:

[matlab汽车悬挂设计matlab

Description: 1.被动悬挂设计simulink模型 2.对于任意一段路面谱,求出其功率谱密度与频率的分布关系,在标准路面图中画出曲线验证路面 3.积分白噪声法路面构造simulink模型 4.整车平顺性分析simulink模型 5.实际路谱案例,c级路面 6.悬架动载荷功率谱密度图像画图matlab编程(1. Simulink model for passive suspension design 2. For any section of road spectrum, the distribution relationship between power spectral density and frequency is obtained, and the curve is drawn in the standard road map to verify the road surface 3. The Simulink model of pavement construction based on the integral white noise method 4. Vehicle ride comfort analysis Simulink model 5. Actual road spectrum case, class C pavement 6. Matlab programming of suspension dynamic load power spectral density image drawing)
Platform: | Size: 71680 | Author: miaomiaomiao875 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net